HIVE-29764: Fix Build and Publish docker images in Actions after Iceberg Upgrade - #6638
Merged
Conversation
Contributor
Author
|
@deniskuzZ Could you please review this ? |
deniskuzZ
reviewed
Jul 27, 2026
…e test-docker ConfigMap so createTableInUniqueLocation passes in docker CI.
…tadata on S3 Use table.io().deleteFile() instead of Files.move() which does not work on s3a:// paths.
kokila-19
force-pushed
the
docker-test-fix
branch
from
July 28, 2026 16:04
75f61d8 to
92ea8a3
Compare
|
Contributor
|
Nice. Thank you! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



What changes were proposed in this pull request?
Enable metastore.iceberg.catalog.unique.table.location=true in the docker HMS configMap.yaml for test createTableInUniqueLocation.
Fix the missing-metadata test to work with S3 (use Hadoop rename instead of local file move) for testLoadTableWithMissingMetadataFile.
Why are the changes needed?
Two docker tests were failing:
createTableInUniqueLocation: HMS in docker didn’t have unique locations enabled.
testLoadTableWithMissingMetadataFile: the iceberg's test uses local file moves but docker stores data on S3.
Does this PR introduce any user-facing change?
No. Test and docker config only.
How was this patch tested?
Workflow in my fork. Run Junit executes successfully
https://github.com/kokila-19/hive/actions/runs/30070902634/job/89411368628